﻿

.anim1{
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.anim2{
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1s ease 0.2s;
    transition: all 1s ease 0.2s;
}
.anim3{
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.anim4{
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 1s ease 0.5s;
    transition: all 1s ease 0.5s;
}

.anim-show{
    opacity: 1;
    -webkit-transform: none !important;
    transform: none !important;
}



.wrap{
    width: 1200px;
    margin: 0 auto;
}





.nav-list.on .nav-a{
    color: #db261c;
}
.nav-a-line{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #db261c;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.nav-list.on .nav-a-line{
    width: 100%;
}

.header-right{
       float: left;
        margin-left: 5%;
}
.header-lang{
    position: relative;
    float: right;
    margin-top: 40px;
}
.lang-icon{
    float: left;
    background: url("img/lang.png") no-repeat center center;
    height: 30px;
    width: 30px;
}
select::-ms-expand { display: none; }
.lang-select{
    float: left;
    height: 30px;
    line-height: 30px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    color: #666;
    text-align: center;
    padding-left: 6px;
    padding-right: 12px;
    outline: none;
        font-size: 24px;
}
.lang-arrow{
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff url("img/lang-arrow.png") no-repeat center center;
    width: 10px;
    height: 30px;
}*/
.header-vip{
    float: right;
    line-height: 30px;
    margin-top: 40px;
    margin-right: 12px;
    /*background: url("img/vip-icon.png") no-repeat left center;*/
    /*padding-left: 18px;*/
}
.header-vip iframe{ line-height:24px;}
.header-vip a{
    display: inline-block;
    color: #666666;
}

.header-vip span{
    display: inline-block;
    color: #666666;
    margin: 0 2px;
}

.index-banner .swiper-container{
    height: 590px;
    position: relative;
}
.index-banner .swiper-slide img{
    width: 100%;
}
.index-banner .swiper-slide a{ display:block; width:100%; height:100%;}
.index-banner .pagination {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.index-banner .swiper-pagination-switch {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: url("img/dian.png") no-repeat center center;
    margin: 0 8px;
    cursor: pointer;
}
.index-banner .swiper-active-switch {
    background: url("img/dian2.png") no-repeat center center;
}

.ip-list1-swiper{
    position: relative;
}
.ip-prev{
    position: absolute;
    left: 0;
    bottom: 80px;
    height: 40px;
    width: 27px;
    background: url("img/ip-prev.png") no-repeat;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ip-next{
    position: absolute;
    right: 0;
    bottom: 80px;
    height: 40px;
    width: 27px;
    background: url("img/ip-next.png") no-repeat;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ip-list{
    float: left;
    position: relative;
    margin-top: 36px;
    width: 32%;
    margin-left: 1.6%;
}
.index-product-content .ip-list:first-child{
    margin-left: 0;
}
.ip-box-img{
    overflow: hidden;
}
.ip-box-img img{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
}
.ip-box-con{
    /*padding-right: 20px;*/
    height: 80px;
}
.ip-box-con h4{
    font-size: 18px;
    color: #2f2f2f;
    line-height: 24px;
    font-weight: normal;
    padding-top: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ip-box-con p{
    font-size: 14px;
    color: #828282;
    line-height: 24px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ip-tip{
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    background-color: #0093dd;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ip-tip p{
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
	text-align: center;
}
.index-news{
    margin-top: 30px;
    padding-bottom: 40px;
}
.index-news .wrap{
    overflow: hidden;
}
.in-big{
    float: left;
    padding: 20px;
    width: 36%;
    border: 1px solid #eaeaea;
}
.in-big-img{
    overflow: hidden;
}
.in-big-img img{
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.in-big-con{
    padding-top: 18px;
}
.in-big-con h4{
    font-size: 16px;
    color: #535353;
    line-height: 24px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.in-big:hover .in-big-con h4{
    color: #db261c;
}
.in-big-con p{
    font-size: 14px;
    color: #888888;
    line-height: 22px;
    margin-top: 6px;
    height: 44px;
    overflow: hidden;
}
.in-small{
    float: right;
    width: 57%;
    margin-top: -14px;
}
.ins-box{
    position: relative;
    border-top: 1px solid #e2e2e2;
    padding: 14px 0;
}
.in-small .ins-box:first-child{
    border-top: none;
}
.ins-box-date{
    float: left;
    width: 80px;
    height: 60px;
    border-right: 1px solid #eaeaea;
    text-align: center;
}
.ins-box-date h4{
    font-size: 30px;
    font-weight: normal;
    color: #b0b0b0;
    padding-top: 4px;
}
.ins-box-date p{
    font-size: 14px;
    color: #b0b0b0;
    line-height: 24px;
}
.ins-box-p{
    position: relative;
    float: left;
    width: 74%;
    margin-left: 16px;
    padding-top: 6px;
}
.ins-box-p h4{
    font-size: 16px;
    line-height: 24px;
    color: #484848;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ins-box-p p{
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 6px;
}
.ins-box-more{
    position: absolute;
    top: -1px;
    right: 0;
    width: 40px;
    height: 60px;
    background: #fff url("img/ins-more.png") no-repeat center bottom;
}
.ins-box a:hover .ins-box-more{background: #fff url("img/ins-more-on.png") no-repeat center bottom;}
.footer-content{
    padding-top: 50px;
    padding-bottom: 46px;
    background-color: #253653;
}
.footer-list{
    float: left;
    width: 11%;
    margin-right: 1.4%;
}
.footer-list-title{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.fl-ul{
    list-style: none;
    padding-top: 20px;
}
.fl-ul li{
    margin-top: 10px;
}
.fl-ul li a{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #e4f7ff;
}
.footer-wx{
    float: right;
    width: 10%;
}
.footer-wx-img{
    margin-top: 26px;
}
.footer-copyright{
    background-color: #2b2e35;
    color: #a5a5a5;
    line-height: 22px;
    padding: 16px 0;
}
.footer-copyright1{
    float: left;
}
.footer-copyright a{
    display: inline-block;
    color: #a5a5a5;
    line-height: 22px;
}
.footer-copyright2{
    float: right;
}
.fc-select{
    display: inline-block;
    color: #a5a5a5;
    line-height: 22px;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    padding: 0 10px;
    margin-left: -10px;
}

.phone-hc{
    display: none;
}


.phone-nav{
    float: right;
}
.phone-nav-icon{
    height: 50px;
    width: 40px;
    background: url("img/phone-menu.png") no-repeat center center;
    background-size: 28px 23px;
    cursor: pointer;
}
.phone-menu{
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    border-top: 1px solid #e6e8ee;
    padding-bottom: 20px;
    box-shadow: 0 2px 4px #999;
    display: none;
}
.phone-menu-list{
    position: relative;
}
.phone-menu-title{
    position: relative;
    border-bottom: 1px solid #e6e8ee;
}
.phone-menu-title a{
    position: relative;
    display: block;
    /*width: 40%;*/
    font-size: 14px;
    color: #222222;
    line-height: 42px;
    padding-left: 5%;
    z-index: 2;
}
.phone-menu-icon{
    position: absolute;
    top: 0;
    right: 4%;
    width: 60px;
    height: 50px;
    background: url("../images/add.jpg") no-repeat center center;
    background-size: 24px 24px;
}
.phone-menu-title.on .phone-menu-icon{
    background: url("../images/del.jpg") no-repeat center center;
    background-size: 24px 24px;
}
.phone-menu-c{
    display: none;
    overflow: hidden;
}
.phone-menu-c a{
    display: block;
    font-size: 14px;
    color: #222222;
    line-height: 40px;
    padding-left: 7%;
    border-bottom: 1px solid #e6e8ee;
}
.phone-system-a{
    text-align: center;
    padding: 16px 0;
    margin-top: 10px;
}
.phone-system-a a{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin: 0 10px;
}


.about{
    padding: 30px 0 70px;
}
.inner-banner{
    height: 400px;
}
.inner-banner-p{
    padding-top: 140px;
}
.inner-banner-p h3{
    font-size: 48px;
    font-weight: normal;
    color: #fff;
}
.inner-banner-p p{
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    margin-top: 10px;
}
.inner-type{
    border-bottom: 1px solid #e8e8e8;
}
.inner-link{
    float: left;
}
.inner-link a{
    float: left;
    display: inline-block;
    line-height: 60px;
    color: #535353;
    font-size: 14px;
    margin-right: 10px;
    border-bottom: 2px solid #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;

       padding-right: 15px;
    padding-left: 15px;
    line-height: 44px;
    border-bottom: 1px solid #cfcfcf;
    background: #efefef;
    color: #666;
    font-size: 14px;
    text-align: center;
}
.inner-link a.on{
      border-bottom: 1px solid #ca3f0a;
    background: #ca3f0a;
    color: #fff;
}
.inner-nav{
    float: right;
    margin-top: 18px;
}
.inner-nav .mbxdh{
    float: left;
    display: inline-block;
    color: #686868;
    font-size: 12px;
    line-height: 24px;
}
.inner-nav .mbxdh a{
    color: #686868;
    font-size: 12px;
    line-height: 24px;
}
.inner-nav .mbxdh a.house{
    background: url("img/house.jpg") no-repeat left center;
    padding-left: 26px;
}
.inner-nav span{
    float: left;
    color: #686868;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    margin: 0 4px;
}
.about-title h3{
    font-size: 18px;
    line-height: 26px;
}
.inner-p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding: 10px 0;
}

.about-honor{
    padding-top: 30px;
    padding-bottom: 60px;
}
.ah-box{
    position: relative;
    float: left;
    width: 23.2%;
    margin-left: 2.2%;
    margin-top: 14px;
    text-align: center;
}
.about-honor-content .ah-box:nth-child(4n+1){
    margin-left: 0;
}
.ah-box-img img{
    width: 100%;
}
.ah-box p{
    color: #333333;
    font-size: 14px;
    padding-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lb-data .lb-close{
    position: fixed;
    top: 20px;
    right: 20px;
}


.about-develop{
    padding-top: 50px;
    padding-bottom: 60px;
}
.ade-title{
    float: left;
    width: 224px;
    padding-top: 32px;
    padding-bottom: 45px;
    text-align: right;
    border-bottom: 1px solid #d2d2d2;
}
.ade-title h3{
    font-size: 36px;
    color: #db261c;
}
.ade-title p{
    color: #db261c;
    font-size: 18px;
    margin-top: 12px;
}
.ade-con{
    position: relative;
    float: right;
    width: 77%;
    border-left: 1px solid #d2d2d2;
}
.ade-list{
    padding-left: 6%;
    position: relative;
    margin-top: 20px;
}
.ade-con .ade-list:first-child{
    margin-top: 0;
}
.ade-box{
    float: right;
    position: relative;
    width: 99%;
    padding: 40px 0;
    border: 1px solid #ececec;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ade-box h4{
    font-size: 26px;
    line-height: 34px;
    color: #db261c;
    padding: 0 40px;
}
.ade-box p{
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding: 0 40px;
    margin-top: 10px;
}
.ade-box .ade-boxct{
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding: 0 40px;
    margin-top: 10px;
}
.ade-arrow{
    position: absolute;
    top: 40px;
    left: -12px;
    width: 12px;
    height: 20px;
    background: url("img/ade-arrow.png") no-repeat;
}
.ade-point{
    position: absolute;
    top: 40px;
    left: -10px;
    width: 20px;
    height: 20px;
    background: url("img/ade-point.png") no-repeat center center;
    transition: all 0.5s ease;
}


.product{
    padding-top: 20px;
    padding-bottom: 60px;
}
.product-content{
    padding-bottom: 30px;
}
.product-box{
    float: left;
    width: 32%;
    margin-left: 2%;
    margin-top: 20px;
    text-align: center;
}
.product-content .product-box:nth-child(3n+1){
    margin-left: 0;
}
.product-box-img{
    border: 1px solid #e8e8e8;
    overflow: hidden;
}
.product-box-img img{
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product-box p{
    color: #333333;
    font-size: 14px;
    padding-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* ----- PB分页数字条效果 结束 ----- */
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 5px;
  border-radius: 3px;

}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #4fc08d;
  border: 1px solid #4fc08d;
}
.pagination a.page-num-current {
  color: #fff;
  background: #4fc08d;
  border: 1px solid #4fc08d;
}
/* ----- PB分页数字条效果 结束 ----- */


.product-detail{
    padding-bottom: 60px;
}
.pd-select{
    margin-top: 40px;
}
.pd-select select{
    width: 200px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}
.pd-top{
    margin-top: 40px;
}
.pd-img{
    float: left;
    width: 34.6%;
    border: 1px solid #eeeeee;
	margin-top: 2%;
}
.pd-img img{
    width: 100%;
}
.pd-info{
    float: right;
    width: 62%;
}
.pd-info-title{
    font-size: 24px;
    color: #272727;
    font-weight: bold;
    line-height: 30px;
    padding-top: 10px;
}
.pd-info-list{
    margin-top: 24px;
}
.pd-info-list li{
    list-style: none;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
    color: #666666;
    border-bottom: 1px dashed #d3d7da;
}
.pd-bot{
    margin-top: 40px;
}
.pd-bot-type{
    border-bottom: 1px solid #d3d7da;
}
.pd-bot-type span{
    float: left;
    display: inline-block;
    line-height: 50px;
    background-color: #efefef;
    text-align: center;
    min-width: 100px;
    padding: 0 14px;
    font-size: 14px;
    color: #444444;
    cursor: pointer;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.pd-bot-type span.on{
    background-color: #db261c;
    color: #fff;
}
.pd-bot-list{
    padding: 10px 0;
    display: none;
}

.product-detail .pd-message{
    border-top: 1px solid #d3d7da;
    margin-top: 30px;
    padding-top: 20px;
}
.pdm-list{
    float: left;
    width: 49%;
    margin-left: 2%;
    margin-top: 16px;
}
.pd-message-content .pdm-list:nth-child(2n+1){
    margin-left: 0;
}
.pdm-input1{
    box-sizing: border-box;
    height: 44px;
    background-color: #efefef;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 14px;
    padding: 0 20px;
    width: 100%;
}
.pdm-input2{
    box-sizing: border-box;
    float: left;
    height: 44px;
    background-color: #efefef;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 14px;
    padding: 0 20px;
    width: 88%;
}
.pdm-verf{
    float: left;
    width: 12%;
}
.pdm-verf img{ height:44px;}
.pdm-textarea{
    margin-top: 16px;
}
.pdm-textarea textarea{
    box-sizing: border-box;
    height: 200px;
    background-color: #efefef;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    resize: none;
    font-size: 14px;
    line-height: 22px;
    padding: 12px 20px;
    width: 100%;
}
.pdm-btn{
    margin-top: 20px;
}
.pdm-btn input{
    background-color: #919191;
    height: 40px;
    width: 150px;
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-right: 20px;
    -webkit-appearance: none;
}
.pdm-btn input.pdm-btn-submit{
    background-color: #db261c;
}

.application{
    padding-bottom: 40px;
}
.application-content{
    padding-top: 30px;
}
.app-box{
    float: left;
    margin-top: 12px;
    width: 24%;
    margin-left: 1%;
    height: 210px;
    text-align: center;
    border: 1px solid #e8e8e8;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.application-content .app-box:nth-child(4n+1){
    margin-left: 0;
}
.app-box-icon{
    margin-top: 28px;
    height: 80px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.app-box1 .app-box-icon{
    background: url("img/app1.png") no-repeat center center;
}
.app-box2 .app-box-icon{
    background: url("img/app2.png") no-repeat center center;
}
.app-box3 .app-box-icon{
    background: url("img/app3.png") no-repeat center center;
}
.app-box4 .app-box-icon{
    background: url("img/app4.png") no-repeat center center;
}
.app-box5 .app-box-icon{
    background: url("img/app5.png") no-repeat center center;
}
.app-box6 .app-box-icon{
    background: url("img/app6.png") no-repeat center center;
}
.app-box7 .app-box-icon{
    background: url("img/app7.png") no-repeat center center;
}
.app-box8 .app-box-icon{
    background: url("img/app8.png") no-repeat center center;
}



.app-box h4{
    font-size: 24px;
    color: #535353;
    font-weight: normal;
    margin-top: 10px;
    padding: 0 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.app-box p{
    color: #939393;
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
    padding: 0 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



.news{
    padding-top: 10px;
    padding-bottom: 60px;
}
.news-content{
    padding-bottom: 20px;
}
.news-box{
    padding: 30px 0;
    border-top: 1px dashed #d6d9dc;
}
.news-content .news-box:first-child{
    border-top: none;
}
.news-box-img{
    float: left;
    width: 19%;
    overflow: hidden;
}
.news-box-img img{
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.news-box-con{
    float: right;
    width: 78%;
}
.news-box-title{
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-box-date{
    padding-left: 18px;
    background: url("img/time.jpg") no-repeat left center;
    line-height: 20px;
    font-size: 14px;
    color: #999999;
    margin-top: 8px;
}
.news-box-p{
    font-size: 14px;
    color: #7b7b7b;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 8px;
}
.news-box-pl{
    font-size: 14px;
    color: #7b7b7b;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 8px;
}
.news-box-more{
    width: 110px;
    text-align: center;
    color: #828282;
    line-height: 32px;
    margin-top: 16px;
    border: 1px solid #bababa;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}




.new-detail{
    padding-top: 30px;
    padding-bottom: 60px;
}
.news-detail-title{
    padding-bottom: 24px;
    border-bottom: 1px dashed #cccccc;
}
.nd-title-h{
    font-size: 24px;
    color: #333333;
    line-height: 32px;
}
.nd-title-p{
    margin-top: 12px;
}
.nd-date{
    float: left;
    font-size: 13px;
    line-height: 22px;
    padding-left: 24px;
    color: #939393;
    background: url("img/nd-date.jpg") no-repeat left center;
}
.nd-eye{
    float: left;
    font-size: 13px;
    line-height: 22px;
    padding-left: 24px;
    margin-left: 18px;
    color: #939393;
    background: url("img/nd-date.jpg") no-repeat left center;
}
.nd-share{
    float: left;
    font-size: 13px;
    line-height: 22px;
    padding-left: 24px;
    margin-left: 18px;
    color: #939393;
    background: url("img/nd-share.jpg") no-repeat left center;
}
.nd-share a{
    background-image: none !important;
	color: #939393 !important;
	font-size: 13px !important;
	padding-left: 0px !important;
    margin: 0px !important;
	height: 21px !important;
    line-height: 21px !important;
	float: none !important;
}
.news-detail-p{
    padding: 10px 0;
}
.nd-pn{
    border-top: 1px dashed #cccccc;
    margin-top: 20px;
}
.nd-pn-list{
    border-bottom: 1px dashed #cccccc;
}
.nd-pn-title{
    float: left;
    line-height: 60px;
    font-size: 16px;
    color: #666666;
    width: 100px;
    padding-right: 10px;
}
.nd-pn-p{
    float: left;
    line-height: 60px;
    font-size: 16px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nd-pn-p a{
    display: inline-block;
    color: #444444;
}



.news-video .ah-box{
    cursor: pointer;
}
.ah-dark{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.ah-dark img{
    width: 100%;
}




/*视频*/
.video-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.video-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter:alpha(opacity=80);
    opacity: 0.8;
}
.video-c{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    margin-left: -400px;
    margin-top: -250px;
    text-align: center;
}
.video-close-btn{
    position: absolute;
    top: 0;
    right: -50px;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #5d5443;
    background: #08111f;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}



.support-question{
    padding-top: 16px;
    padding-bottom: 60px;
}
.sq-box{
    margin-top: 20px;
}
.sqb-tip{
    float: left;
    width: 70px;
    height: 52px;
    line-height: 52px;
    font-size: 28px;
    color: #929292;
    text-align: center;
    border: 1px solid #ebebeb;
    border-bottom: 2px solid #db261c;
}
.sqb-tip.sqb-tip-answer{
    background-color: #db261c;
    color: #fff;
}
.sqb-question{
    position: relative;
    float: left;
    margin-left: 10px;
    width: 1200px;
    border: 1px solid #ebebeb;
    cursor: pointer;
}
.sqb-question p{
    font-size: 18px;
    color: #313131;
    height: 53px;
    line-height: 53px;
    padding: 0 20px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sq-box.on .sqb-question p{
    color: #db261c;
}

.sqb-icon{
    position: absolute;
    top: 0;
    right: 0;
    height: 53px;
    width: 66px;
    background: url("img/sqb-icon.png") no-repeat center center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sq-box.on .sqb-icon{
    background: url("img/sqb-icon-on.png") no-repeat center center;
}
.sqb-drop{
    margin-top: 12px;
    display: none;
}
.sqb-con{
    float: left;
    margin-left: 10px;
    width: 1200px;
    border: 1px solid #ebebeb;
}
.sqb-con .faq{
    font-size: 14px;
    color: #6d6d6d;
    line-height: 24px;
    padding: 15px 20px;
}


.download-btn{
    width: 108px;
    height: 34px;
    background: url("img/download-btn.jpg") no-repeat;
    margin-top: 24px;
}
.support-download .news-box-p{
    margin-top: 16px;
}
.support-download .news-box-pl{
    margin-top: 0px;
}


.contact{
    padding-top: 40px;
    padding-bottom: 60px;
}
.contact-con{
    border: 1px solid #e8e8e8;
}
.contact-map{
    float: left;
    width: 65%;
}
.contact-map img{
    width: 100%;
}
.contact-way{
    float: right;
    width: 35%;
}
.contact-way-box{
    padding: 0 10%;
    margin-top: 50px;
}
.contact-way-p h3{
    color: #363636;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
}
.contact-way-p p{
    font-size: 14px;
    color: #868686;
    line-height: 24px;
    margin-top: 18px;
}
.contact-way-wx{
    margin-top: 30px;
}
.cw-wx-box{
    float: left;
    margin-left: 20px;
    text-align: center;
}
.cw-wx-box p{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 10px;
}


.contact-message{
    padding-top: 30px;
    padding-bottom: 60px;
}
.contact-message .pdm-input1{
    border: 1px solid #e8e8e8;
    background: none;
}
.contact-message .pdm-input2{
    border: 1px solid #e8e8e8;
    background: none;
}
.contact-message .pdm-textarea textarea{
    border: 1px solid #e8e8e8;
    background: none;
}




.recruit{
    padding-bottom: 60px;
}
.cj-bc{
    border-left: 1px solid #e5e5e5;
    margin-top: 48px;
}
.cj-box{
    float: left;
    width: 27%;
    padding: 0 3%;
    height: 264px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
    margin-top: -1px;
}

.cj-box-title{
    font-size: 30px;
    color: #666666;
    line-height: 34px;
    padding-top: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cj-box table{
    width: 100%;
    margin-top: 28px;
}
.cj-box td{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    padding: 5px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cj-box-date{
    color: #939393;
    font-size: 14px;
    margin-top: 56px;
}


.business-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.business-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter:alpha(opacity=80);
    opacity: 0.8;
}
.business-c{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 900px;
    height: 500px;
    margin-left: -450px;
    margin-top: -250px;
    background-color: #fff;
}
.cjb-con{
    position: relative;
    height: 100%;
    overflow: auto;
    padding: 0 40px;
}
.cjb-close{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.cjb-con-title{
    padding-top: 56px;
    padding-bottom: 20px;
}
.cjb-con-title h3{
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}
.cjb-con-title p{
    font-size: 14px;
    color: #555555;
    line-height: 28px;
    margin-top: 16px;
}
.cjb-list{
    border-top: 1px dashed #cccccc;
    padding-bottom: 20px;
}
.cjb-list h4{
    font-size: 16px;
    color: #555555;
    padding-top: 20px;
}
.cjb-list p{
    font-size: 14px;
    color: #555555;
    line-height: 28px;
    margin-top: 10px;
}
.cjb-list .rzyq{
    font-size: 14px;
    color: #555555;
    line-height: 28px;
    margin-top: 10px;
}
.cjb-submit{
    padding-bottom: 50px;
}
.cjb-submit-btn{
    display: inline-block;
    width: 100px;
    line-height: 36px;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #db261c;
}
.contact-join-box{
    display: none;
}







.login{
    height: 570px;
    background: url("img/login-bg.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 1px;
}
.reg{
    height: 570px;
    background: url("img/login-bg.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 1px;
}
.find-password1{
    height: 570px;
    background: url("img/login-bg.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 1px;
}
.find-password1 .login-content{
    height: 300px;
}
.find-password1 .login-box .onShow{color: #8c8c8c;padding-left: 52px;padding-right: 20px; display:none;}
.find-password1 .login-box .onFocus{color: #aa1212;padding-left: 52px;padding-right: 20px;}
.find-password1 .login-box .onError{color: #aa1212;padding-left: 52px;padding-right: 20px;}
.find-password1 .login-box .onCorrect{color: #8c8c8c;padding-left: 52px;padding-right: 20px;}
.find-password1 .login-box .onError{color: #aa1212;padding-left: 52px;padding-right: 20px;}
.login-content{
    float: right;
    height: 360px;
    width: 380px;
    /*padding: 0 25px;*/
    margin-top: 70px;
    /*border: 1px solid #cbcbcb;*/
    background-color: #fff;
    margin-right: 90px;
    box-shadow: 0 0 3px #999;
}
.reg .login-content{
    height: 496px;
    margin-top: 50px;
}
.login-con-wrap{
    padding: 0 25px;
}
.login-con-title{
    font-size: 16px;
    color: #db261c;
    padding-top: 30px;
}
.login-box{
    position: relative;
    margin-top: 20px;
}
.reg .login-box{
    margin-top: 12px;
}
.reg .login-box .onShow{color: #8c8c8c;padding-left: 52px;padding-right: 20px;padding-top: 8px; display:none;}
.reg .login-box .onFocus{color: #aa1212;padding-left: 52px;padding-right: 20px;padding-top: 8px;}
.reg .login-box .onError{color: #aa1212;padding-left: 52px;padding-right: 20px;padding-top: 8px;}
.reg .login-box .onCorrect{color: #8c8c8c;padding-left: 52px;padding-right: 20px; padding-top: 8px;}
.reg .login-box .onError{color: #aa1212;padding-left: 52px;padding-right: 20px; padding-top: 8px;}
.reg .login-bc{
    padding-top: 6px;
}
.login-input1{
    height: 36px;
    line-height: 36px;
    border: 1px solid #cecece;
    padding-left: 52px;
    padding-right: 20px;
    width: 256px;
    font-size: 14px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
.input-focus{
    height: 36px;
    line-height: 36px;
    border: 1px solid #cecece;
    padding-left: 52px;
    padding-right: 20px;
    width: 256px;
    font-size: 14px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
.lb-icon{
    position: absolute;
    top: 1px;
    left: 1px;
    width: 36px;
    height: 36px;
}
.lb-icon1{
    background: #f3f3f3 url("img/lb-icon1.jpg") no-repeat center center;
}
.lb-icon2{
    background: #f3f3f3 url("img/lb-icon2.jpg") no-repeat center center;
}
.lb-icon3{
    background: #f3f3f3 url("img/lb-icon3.jpg") no-repeat center center;
}
.lb-icon4{
    background: #f3f3f3 url("img/lb-icon4.png") no-repeat center center;
    background-size: 20px 20px;
}
.login-choose{
    color: #8c8c8c;
    margin-top: 20px;
}
.lci-p{
    float: left;
}
.lci-p a{
    display: inline-block;
    color: #8c8c8c;
}
.lci-box{
    float: right;
}
.lci-box a{color: #8c8c8c;}
.login-choose-input{
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 6px;
}
.login-submit{
    margin-top: 24px;
}
.login .login-submit{
    margin-top: 46px;
}
.login-submit input{
    /*width: 330px;*/
    width: 100%;
    height: 38px;
    color: #fff;
    background-color: #db261c;
    font-weight: bold;
    border: none;
    font-size: 20px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.login-p{
    color: #9e9e9e;
    margin-top: 12px;
    text-align: right;
}
.login-p a{
    color: #db261c;
}
.login-tip{
    margin-top: 22px;
    border-top: 1px dashed #d2d2d2;
    line-height: 18px;
    color: #bababa;
    padding-top: 14px;
}
.about-develop-content{
    margin-top: 30px;
}
.header {
    background-color: #fff;
}
.header .topbar {
    line-height: 34px;
    background-color: #f5f5f5;
    font-size: 13px;
}
.header .topbar ul {
    float: right;
}
.header .topbar li {
    float: left;
    color: #ddd;
}
.header .topbar li.pipe {
    padding: 0 10px;
}
.header .logo {
    float: left;
    font-size: 0;
    height: 80px;
    line-height: 80px;
    text-align: left;
    padding: 15px 0;
}
.header .tel {
    float: right;
    background: url(img/tel.jpg) no-repeat 0 center;
    padding-left: 55px;
    margin-top: 31px;
        height: 45px;
     margin-right: 300px;
}
.header .tel strong {
    display: block;
    font-size: 28px;
    font-family: Impact;
    line-height: 1;
    color: #dd0000;
}
.header .text {
    float: left;
    font-size: 16px;
    margin: 20px 0 20px 30px;
    padding: 5px 0 5px 30px;
    border-left: 1px solid #ddd;
}
.header .text strong {
    display: block;
    font-size: 26px;
}
.header .nav {
    font-size: 0;
    background-color: #204c97;
    color: #fff;
}
.header .nav li {
    display: inline-block;
    vertical-align: middle;
    background: url(img/li_07.jpg) no-repeat right center;
    padding-right: 1px;
}
.header .nav li a {
    display: block;
    font-size: 16px;
    line-height: 70px;
    padding: 0 55px;
    color: #fff;
}
.header .nav li .arr {
    float: right;
    height: 40px;
    width: 40px;
    position: relative;
    display: none;
}
.header .nav li .arr:after {
    content: '';
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
}
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
    color: #fff;
    background-color: #dd0000;
}
.header .nav li.dropdown {
    position: relative;
}
.header .nav li.dropdown:before {
    content: "";
    position: absolute;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: currentColor;
    top: 50%;
    margin-top: -2px;
    right: 15px;
}
.header .nav .dropdown-box {
    position: absolute;
    left: 0;
    min-width: 100%;
    top: 100%;
    display: none;
    z-index: 10;
    text-align: center;
}
.header .nav .dropdown-box p {
    margin: 0;
}
.header .nav .dropdown-box a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.header .nav .dropdown-box a:hover {
    background-color: #dd0000 !important;
}
.header .nav li.open .dropdown-box {
    display: block;
}
.menu-btn {
    display: none;
    padding: 15px 0;
    float: right;
    margin-left: 15px;
}
.menu-btn:before, .menu-btn:after, .menu-btn span {
    display: block;
    height: 2px;
    background-color: #0d5ba4;
    content: '';
}
.menu-btn:before {
    width: 24px;
}
.menu-btn:after {
    width: 18px;
    margin-left: 6px;
}
.menu-btn span {
    width: 12px;
    margin: 6px 0 6px 12px;
}
.container {
    padding: 0 15px;
    width: 1200px;
    margin: 0 auto;
}
.banner .swiper-slide {
    background: no-repeat center / cover;
    height: 570px;
}
.banner .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}
.banner .swiper-pagination {
    bottom: 30px;
}
.banner .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}
.banner .swiper-pagination-bullet-active {
    background-color: #015cb5;
}
.container {
    width: 1200px;
}
.col-xs-12 {
    width: 100%;
}
.text-center {
    text-align: center;
}
.col-lg-5 {
    width: 41.66666667%;
        float: left;
}
.col-lg-7 {
    width: 58.33333333%;
        float: left;
}
/*index 通用*/
.text-c {
    text-align: center;
}
.index-section{padding:80px 0; width:100%; overflow:hidden;}
.index-section-white{background: #FFF;color:#333;}
.section-title{margin-bottom:5px; padding-bottom:5px;    margin-top: 35px;}
.section-title h2{font-size: 38px;color:#333; text-transform:uppercase;font-weight: 600;position: relative;z-index: 1;line-height: 1.5;margin-bottom: 25px; padding-top:30px; }
.section-title h2:before {content: attr(data-text);font-family: "Oswald", sans-serif;display: inline-block;position: absolute;width: 100%;z-index: -1;font-size: 120px;text-align: center;left: 50%;top: 50%;opacity: 0.05;text-transform: capitalize;font-weight: 600;line-height: 26px;transform: translate(-50%, -50%);}
.section-title p{font-size: 22px;color:#333;padding: 10px 0;}
.index-section-white .section-title h2{color:#FFF;}
.index-section-white .section-title p{color:#FFF;}
.page-title{ margin-bottom:30px;}
.page-title h2{font-size: 40px;color:#333; text-transform:uppercase;font-weight: 600;position: relative;z-index: 1;line-height: 1.5;margin-bottom: 15px; }
.page-title p{font-size: 20px;color:#666;padding: 10px 0; width:75%; margin:0 auto;}
.page-section-white .page-title h2{color:#FFF;}
.page-section-white .page-title p{color:#FFF;}
/*联系我们*/
.contact-inform {display: flex;transition: 0.5s;font-size: 18px;font-weight: 400;    line-height: 2;}
.contact-inform a {font-family: "Roboto";color: #63666b; vertical-align:middle;transition: 0.5s; }
.contact-inform i {font-size: 24px;height: 60px;width: 60px; line-height:60px;background: #eff3f9;color: #0b6fba;border-radius: 50px; text-align:center;margin-bottom: 45px; margin-right:30px;transition: 0.5s;}
.contact-inform a:hover {color: #0b6fba;}
.contact-inform:hover i {background: #0b6fba;color: #ffffff;}
.ditu{width:99%;height:492px;border:#ccc solid 1px; text-align:center;}
@media only screen and (max-width:640px) {
.contact-inform {font-size: 16px; }
}
@media only screen and (max-width:360px) {
.contact-inform i {font-size: 20px;height: 50px;width: 50px; line-height:50px; margin-bottom: 30px; margin-right:10px;}
}
@media only screen and (max-width:319px) {
.contact-inform i {font-size: 18px;height: 40px;width: 40px; line-height:40px; margin-bottom: 30px;}
.contact-inform {font-size: 15px; }
}
@media screen and (max-width: 767px) {
.col-lg-5 {
    width: 100%;
    
}
.col-lg-7 {
    width: 100%;
       
}
.contact-inform {
    font-size: 16px;
    line-height: 2
}
.page-title h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
.page-title p {
    font-size: 17px;
}
.header {
    padding: 10px 0;
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.header .topbar, .header .text, .header .tel {
    display: none;
}
.header .logo {
    height: 50px;
    line-height: 50px;
    float: none;
    padding: 0;
    margin: -10px 0;
}
.header .logo img{
    height: 50px;
   width: 140px;
}
.header .nav {
    margin: 10px 0 -10px;
    text-align: left;
    display: none;
    background-color: transparent;
    border-bottom: 0;
        width: 100%;
}
.header .nav ul {
    margin: 0 -15px;
}
.header .nav li {
    display: block;
    margin: 0;
    border-top: 1px solid #eee;
    background: none;
}
.header .nav li a {
    line-height: 40px;
    padding: 0 15px;
    color: #333;
}
.header .nav li .arr {
    display: block;
}
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
    background-color: transparent;
    color: #dd0000
}
.header .nav li.open .arr:after {
    border-color: #dd0000;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.header .nav .dropdown-box {
    position: static;
    background-color: #f5f5f5;
    min-width: auto;
    text-align: left;
}
.header .nav .dropdown-box a {
    color: #333 !important;
    border-top: 1px dotted #ddd;
    padding: 0 15px;
    line-height: 40px;
    background-color: transparent !important;
    border-bottom: 0;
}
.header .nav .dropdown-box a:hover {
    background-color: transparent !important;
}
.menu-btn {
    display: block;
}
.banner .swiper-slide {
    height: 150px;
}
.index-banner {
      margin-top: 55px;
}
.banner .swiper-pagination {
    bottom: 10px;
}
.container {
    width: auto;
}
.text-c {
    text-align: center;
}
.section-title h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
.section-title h2:before {
    content: attr(data-text);
    font-family: "Oswald", sans-serif;
    display: inline-block;
    position: absolute;
    width: 100%;
    z-index: -1;
    font-size: 150px;
    text-align: center;
    left: 50%;
    top: 45%;
    opacity: 0.05;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 26px;
    transform: translate(-50%, -50%);
}
.section-title h2:before {
    font-size: 60px;
}
.section-title p {
    font-size: 16px;
    line-height: 2;
}
.section-title {
	    margin-top: 1px;
  margin-bottom: 4px; 
    padding-bottom: 15px;
}
}